PowerTools SPREAD for Windows Forms 8.0J
ButtonTextCollectionInfo コンストラクタ(String[],String[])


要素のキーを示すSystem.Stringの配列。
要素の値を示すSystem.Stringの配列。
ButtonTextCollectionInfoクラスの新しいインスタンスを初期化するコンストラクター。
構文
'Declaration
 
Public Function New( _
   ByVal keys() As String, _
   ByVal values() As String _
)
'使用法
 
Dim keys() As String
Dim values() As String
 
Dim instance As New ButtonTextCollectionInfo(keys, values)
public ButtonTextCollectionInfo( 
   string[] keys,
   string[] values
)

パラメータ

keys
要素のキーを示すSystem.Stringの配列。
values
要素の値を示すSystem.Stringの配列。
参照

ButtonTextCollectionInfo クラス
ButtonTextCollectionInfo メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.